home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / class / README < prev    next >
Text File  |  1996-02-18  |  904b  |  40 lines

  1.  
  2. To rebuild the libraries use:
  3.  
  4. dmake -d MAKEFILE.DM
  5.  
  6. where MAKEFILE.DM is one of:
  7.  
  8. M16.DM        Microsoft 16 bit
  9. M32.DM        Microsoft 32 bit
  10. B16.DM        Borland 16 bit
  11. B32.DM        Borland 32 bit
  12. W32.DM        WATCOM 32 bit
  13. S32.DM        Symantec 32 bit
  14.  
  15. Or use the following for Linux/unix
  16.  
  17. make -f makefile.unx
  18.  
  19. If you are building from scratch start at the kernel directory.
  20.  
  21. The BORLAND_HOME path needs to be edited in B16.DM or B32.DM prior to use.
  22.  
  23. If you want to build for a different dpp Strategy use (like S1):
  24.  
  25. dmake -f MAKEFILE.DM  STRAT=-S1 newgens  (regenerates the .c files)
  26. dmake -f MAKEFILE.DM  STRAT=-S1
  27.  
  28. You must, however, rebuild ../kernel with the selected strategy first!
  29.  
  30. Debug libraries may be produced as follows:
  31.  
  32. dmake -d MAKEFILE.DM  DEBUG=1
  33.  
  34. There is also a clean.bat batch file which will clean all the garbage files
  35. or you can use:
  36.  
  37. dmake -f MAKEFILE.DM  clean
  38.  
  39.  
  40.